Crate r2d2_postgres [] [src]

Postgres support for the r2d2 connection pool.

Structs

PostgresConnectionManager

An r2d2::ManageConnection for postgres::Connections.

Enums

Error

A unified enum of errors returned by postgres::Connection

SslMode

Like postgres::SslMode except that it owns its NegotiateSsl instance.